<style>
body{font-family:Segoe UI,sans-serif;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.topbar{background:#06284D;color:#fff} /*  .topbar{background:#0082DA;color:#fff} - GIITKEPL Theme Colour */
.section{padding:80px 0}

.footer{background: linear-gradient(135deg, #F7941D, #1E5A96, #0B3C6F);color:#fff;padding:60px 0 20px}

.logo-box{width:70px;height:70px;background:#f1f1f1;border-radius:10px;display:flex;align-items:center;justify-content:center}

.body {
            font-family: Arial;
            background: #f2f2f2;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        .box {
            background: white;
            padding: 25px;
            border-radius: 10px;
            width: 300px;
            box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
        }
        .box h2 {
            text-align: center;
            margin-bottom: 20px;
        }
        input {
            width: 100%;
            padding: 10px;
            margin: 8px 0;
        }
        .box button{
    width:100%;
    padding:10px;
    background:#0B3C6F;
    color:white;
    border:none;
    cursor:pointer;
}

.box button:hover{
    background:#0056b3;
}
        #msg {
            text-align: center;
            margin-top: 10px;
            color: red;
        }
@media (max-width:768px){

.logo-box{
    width:50px;
    height:50px;
}

.logo-box img{
    width:50px !important;
}

.navbar-brand small{
    font-size:11px;
    display:block;
    line-height:1.1;
}

}

</style>



.contact-topbar{text-align:center}.phone-line,.email-line{display:inline-block}.phone-line{margin-right:12px}@media(max-width:768px){.phone-line,.email-line{display:block;margin-right:0}.email-line{margin-top:4px}}